| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | /** global: grecaptcha */ |
||
| 15 | return 'https:' == document.location.protocol ? 'https' : 'http'; |
||
| 16 | } |
||
| 17 | |||
| 18 | function callback() { |
||
| 19 | var reCaptcha = document.querySelector('.g-recaptcha'); |
||
| 20 | |||
| 21 | if (reCaptcha.dataset.size === 'invisible') { |
||
| 22 | form().addEventListener('submit', formOnSubmit); |
||
| 23 | } |
||
| 24 | |||
| 48 |